home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rkdwi25.zip / RKDWI.DOC < prev    next >
Text File  |  1992-02-18  |  3KB  |  89 lines

  1.  
  2.    ╓─────────────────────────────────────────────────────────────────────╖
  3.    ║   RKDWI 2.5    Russell Kroll   February 18, 1992    GT-NET 001/070  ║
  4.    ║   Russell Kroll's DoorWay Interface - [C]opyright 1991,1992 RKWARE  ║
  5.    ╙─────────────────────────────────────────────────────────────────────╜
  6.  
  7. Purpose
  8. -------
  9.  
  10. This program is meant to be run under Marshall Dudley's DOORWAY but it
  11. can be run from DOS. It will execute commands in a file called RKDWI.DAT.
  12.  
  13. Setup
  14. -----
  15.  
  16. First, create a file called RKDWI.DAT.  Here is an example:
  17.  
  18. 3
  19. Pprogram1
  20. :Hello there!
  21. Quserinfo
  22.  
  23. An explanation:
  24.  
  25. Line 1 - The number of line of the file to be executed. If you have
  26.          nine lines, and only a 4 on the first line, it will only run
  27.          four programs.
  28.  
  29. *        You can set this field to any number from 1 to 900.
  30.  
  31.          If you are unregistered, this defaults and stays at 3.
  32.  
  33. Lines 2-3 - Lines to be executed. The first letter of the program tells
  34.             what is to be done with the rest of the line.
  35.  
  36.             Here are the possible letters that can be put as the first
  37.             character and their meaning:
  38.  
  39.             P - Program to be executed
  40. *           Q - Program to be executed and piped to the NUL device.
  41. *           : - Line to be printed
  42.  
  43. A bit of information about piping to the NUL device: if a program
  44. uses direct screen writes, it cannot be piped anywhere.
  45.  
  46. *       Additionally, you can run something other than RKDWI.DAT.
  47.         simply enter the filename on the command line:
  48.  
  49.         RKDWI example.dat
  50.  
  51.         Unregistered versions run RKDWI.DAT only, regardless of
  52.         the command line.
  53.  
  54. * = Requires registration to enable.
  55.  
  56.  
  57. Usage
  58. -----
  59.  
  60. Here is a sample batch file to run RKDWI under a GT Power system:
  61.  
  62. @ECHO OFF
  63. GTDRWY
  64. DOORWAY SYS /P:RKDWI.EXE
  65.  
  66. No other switches should be necessary for the Doorway command line. If you
  67. are experiencing problems, be sure to read the Doorway documentation files.
  68.  
  69. Registration
  70. ------------
  71.  
  72. When you register, I will send you a registration file that will enable
  73. special features. It will be file attached through the GT Network.
  74. If you are not in the GT Network, you will be able to get the registration
  75. file off of Computech BBS.
  76.  
  77. Suggested registration is $5, but higher amounts are accepted.
  78.  
  79. Please fill out the REGISTER.FRM file to register.
  80.  
  81. If you have problems with this program, please contact Russell Kroll on
  82. Computech BBS at (713)774-7877 or in the GT Network at 001/070.
  83.  
  84. Disclaimer
  85. ----------
  86.  
  87. If this program accidentally deletes a file, or otherwise harms something,
  88. I will not be held responsible.
  89.